home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / irit / makefile.tc < prev    next >
Makefile  |  1995-12-30  |  3KB  |  51 lines

  1.  
  2. #
  3. # Makefile for the IRIT solid modeler.
  4. #
  5. #
  6. # This makefile is for Turbo C++ 1.0 and up (Using Ansi C though).
  7. #
  8.  
  9. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  10. # .SWAP
  11.  
  12. # Includes generic definitions.
  13. !include "..\makeflag.tc"
  14.  
  15. OBJS =  ctrl-brk.obj dosintr.obj freefrm1.obj freefrm2.obj freefrm3.obj \
  16.     freefrm4.obj inptevl1.obj inptevl2.obj inptevl3.objinptprsr.obj \
  17.     irit.obj objects1.obj objects2.obj overload.obj windows.obj \
  18.     viewobj.obj
  19.  
  20. irit.exe: $(OBJS)
  21.     $(LNK) @&&!
  22. $(TC_LIB_DIR)\c0l+
  23. $(OBJS)
  24. irit.exe
  25. irit.map
  26. $(LIBS)
  27. !$(LFLAGS)
  28.  
  29. install: irit.exe
  30.     copy irit.exe $(BIN_DIR)
  31.     del irit.exe 
  32.     copy iritinit.irt $(BIN_DIR)
  33.     copy irit-dos.cfg $(BIN_DIR)\irit.cfg
  34.  
  35. # Dependencies starts here - do not touch, generated automatically.
  36. ctrl-brk.obj:    program.h inptprsg.h ctrl-brk.h
  37. dosintr.obj:    program.h dosintr.h ctrl-brk.h windows.h
  38. freefrm1.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  39. freefrm2.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  40. freefrm3.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  41. freefrm4.obj:    program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h windows.h ../include/ip_cnvrt.h freeform.h
  42. inptevl1.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h windows.h ../include/iritgrap.h
  43. inptevl2.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h windows.h ../include/iritgrap.h
  44. inptevl3.obj:    program.h ctrl-brk.h objects.h ../include/allocate.h inptprsg.h inptprsl.h windows.h
  45. inptprsr.obj:    program.h ../include/allocate.h ctrl-brk.h inptprsg.h inptprsl.h objects.h overload.h windows.h
  46. irit.obj:    program.h ../include/config.h ctrl-brk.h dosintr.h inptprsg.h ../include/iritprsr.h objects.h windows.h ../include/iritgrap.h ../include/irit_soc.h ../include/bool_lib.h ../include/trim_lib.h ../include/triv_lib.h ../include/symb_lib.h
  47. objects1.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h windows.h
  48. objects2.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h windows.h
  49. overload.obj:    program.h ../include/allocate.h ../include/attribut.h ../include/bool_lib.h freeform.h ../include/geomat3d.h inptprsg.h inptprsl.h objects.h overload.h
  50. windows.obj:    program.h ../include/irit_soc.h ../include/iritprsr.h windows.h ../include/iritgrap.h
  51.